home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 118 / cd-rom 118.iso / aplic / open / openofficeorg1.cab / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-02-14  |  2.0 KB  |  74 lines

  1. /*
  2. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  3. +                          OPENOFFICE.ORG 2.0 HELP                  +
  4. +                          DEFAULT STYLESHEET                       +
  5. +                           WESTERN LANGUAGES                       +
  6. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7. + LAST CHANGES: 15-NOV-2004                                         +
  8. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9. */
  10.  
  11.  
  12. body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
  13.     { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; }
  14.  
  15. .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
  16.     { font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
  17.  
  18. .acronym 
  19.     { font-weight: bold; }
  20.  
  21. .related
  22.     { font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
  23.  
  24. .emph, .menuitem, .keycode
  25.     { font-weight: bold; }
  26.  
  27. .tablehead, .tableheadintable
  28.     { font-weight: bold; margin-top: 0px;}
  29.  
  30. .howtogetheader
  31.     { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;}    
  32.  
  33. h1, h2, h3, h4, h5, h6
  34.     { margin-bottom: 5pt; }
  35.  
  36. p, td
  37.     { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;}
  38.  
  39. h1
  40.     { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
  41.  
  42. h2
  43.     { font-size: 14pt; }
  44.  
  45. h3
  46.     { font-size: 12pt; }
  47.  
  48. h4, h5, h6
  49.     { font-size: 10pt; }
  50.  
  51. .relatedtopics
  52.     { font-weight: normal; }
  53.  
  54. .relatedbody  
  55.     { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
  56.  
  57. .howtoget
  58.     { background:#EEEEEE;}
  59.  
  60. .howtogetbody
  61.     { background:#EEEEEE; margin: 0px;}
  62.  
  63. .wide 
  64.     { width: 100%; }
  65.  
  66. .topalign
  67.      { vertical-align: top; border: 1px;}
  68.  
  69. .bug 
  70.     { color: red; border: 1px solid red;}
  71.  
  72. .debug
  73.     { border: 1px solid black; padding: 3px; display: none;}
  74.